GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-05-19T05:14:36.9132766+00:00",
"SubmitDate": "2026-05-19T05:14:36.9132766+00:00",
"ReportPeriodStart": "2026-05-19T05:14:36.9132766+00:00",
"ReportPeriodEnd": "2026-05-19T05:14:36.9132766+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4007673a-f356-49a6-89d9-feaa071c6361",
"Rows": [
{
"ItemId": "9681c658-9c52-42e1-befc-7acce59e0020",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9681c658-9c52-42e1-befc-7acce59e0020",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4007673a-f356-49a6-89d9-feaa071c6361",
"Rows": [
{
"ItemId": "9681c658-9c52-42e1-befc-7acce59e0020",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9681c658-9c52-42e1-befc-7acce59e0020",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"4872f584-e8a1-49c6-a9d3-ea2f801e3e90",
"2ba50f21-9e6f-4adc-a9d3-7d7b018de29d"
],
"Approvers": [
"5cac7d33-66aa-450d-a409-7f0703a6b7a1",
"be237546-78b4-406a-9d9c-e3c3a8b685da"
],
"ApprovedBy": "9f8ddea1-8e73-4f67-b731-feb65ed486dc",
"ApprovalDate": "2026-05-19T05:14:36.9132766+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "b17a799e-7564-4206-ac6f-d36b9b3636fe",
"id": "1e8bda50-d06c-49a9-aed3-8993244775e4",
"ConfigId": "0313df68-4114-4aaa-a9d9-211b44956f00"
},
{
"GenerationDate": "2026-05-19T05:14:36.9132766+00:00",
"SubmitDate": "2026-05-19T05:14:36.9132766+00:00",
"ReportPeriodStart": "2026-05-19T05:14:36.9132766+00:00",
"ReportPeriodEnd": "2026-05-19T05:14:36.9132766+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4007673a-f356-49a6-89d9-feaa071c6361",
"Rows": [
{
"ItemId": "9681c658-9c52-42e1-befc-7acce59e0020",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9681c658-9c52-42e1-befc-7acce59e0020",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4007673a-f356-49a6-89d9-feaa071c6361",
"Rows": [
{
"ItemId": "9681c658-9c52-42e1-befc-7acce59e0020",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9681c658-9c52-42e1-befc-7acce59e0020",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"4872f584-e8a1-49c6-a9d3-ea2f801e3e90",
"2ba50f21-9e6f-4adc-a9d3-7d7b018de29d"
],
"Approvers": [
"5cac7d33-66aa-450d-a409-7f0703a6b7a1",
"be237546-78b4-406a-9d9c-e3c3a8b685da"
],
"ApprovedBy": "9f8ddea1-8e73-4f67-b731-feb65ed486dc",
"ApprovalDate": "2026-05-19T05:14:36.9132766+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "b17a799e-7564-4206-ac6f-d36b9b3636fe",
"id": "1e8bda50-d06c-49a9-aed3-8993244775e4",
"ConfigId": "0313df68-4114-4aaa-a9d9-211b44956f00"
}
]